type net/http.http2ConnectionError

51 uses

	net/http (current package)
		h2_bundle.go#L1222: type http2ConnectionError http2ErrCode
		h2_bundle.go#L1224: func (e http2ConnectionError) Error() string {
		h2_bundle.go#L1935: 	return http2ConnectionError(code)
		h2_bundle.go#L2126: 		return nil, http2ConnectionError(http2ErrCodeFrameSize)
		h2_bundle.go#L2137: 		return nil, http2ConnectionError(http2ErrCodeProtocol)
		h2_bundle.go#L2142: 		return nil, http2ConnectionError(http2ErrCodeFrameSize)
		h2_bundle.go#L2150: 		return nil, http2ConnectionError(http2ErrCodeFlowControl)
		h2_bundle.go#L2261: 		return nil, http2ConnectionError(http2ErrCodeFrameSize)
		h2_bundle.go#L2265: 		return nil, http2ConnectionError(http2ErrCodeProtocol)
		h2_bundle.go#L2303: 		return nil, http2ConnectionError(http2ErrCodeProtocol)
		h2_bundle.go#L2307: 		return nil, http2ConnectionError(http2ErrCodeFrameSize)
		h2_bundle.go#L2356: 		return nil, http2ConnectionError(http2ErrCodeFrameSize)
		h2_bundle.go#L2368: 			return nil, http2ConnectionError(http2ErrCodeProtocol)
		h2_bundle.go#L2615: 		return nil, http2ConnectionError(http2ErrCodeFrameSize)
		h2_bundle.go#L2619: 		return nil, http2ConnectionError(http2ErrCodeProtocol)
		h2_bundle.go#L2707: 		return nil, http2ConnectionError(http2ErrCodeProtocol)
		h2_bundle.go#L2729: 		return nil, http2ConnectionError(http2ErrCodeProtocol)
		h2_bundle.go#L2982: 			return nil, http2ConnectionError(http2ErrCodeCompression)
		h2_bundle.go#L2999: 		return nil, http2ConnectionError(http2ErrCodeCompression)
		h2_bundle.go#L3441: 			return http2ConnectionError(http2ErrCodeProtocol)
		h2_bundle.go#L3445: 			return http2ConnectionError(http2ErrCodeFlowControl)
		h2_bundle.go#L3449: 			return http2ConnectionError(http2ErrCodeProtocol)
		h2_bundle.go#L5308: 	case http2ConnectionError:
		h2_bundle.go#L5328: 			return sc.countError("first_settings", http2ConnectionError(http2ErrCodeProtocol))
		h2_bundle.go#L5368: 		return sc.countError("push_promise", http2ConnectionError(http2ErrCodeProtocol))
		h2_bundle.go#L5388: 		return sc.countError("ping_on_stream", http2ConnectionError(http2ErrCodeProtocol))
		h2_bundle.go#L5404: 			return sc.countError("stream_idle", http2ConnectionError(http2ErrCodeProtocol))
		h2_bundle.go#L5436: 		return sc.countError("reset_idle_stream", http2ConnectionError(http2ErrCodeProtocol))
		h2_bundle.go#L5499: 			return sc.countError("ack_mystery", http2ConnectionError(http2ErrCodeProtocol))
		h2_bundle.go#L5507: 		return sc.countError("settings_big_or_dups", http2ConnectionError(http2ErrCodeProtocol))
		h2_bundle.go#L5573: 			return sc.countError("setting_win_size", http2ConnectionError(http2ErrCodeFlowControl))
		h2_bundle.go#L5596: 		return sc.countError("data_on_idle", http2ConnectionError(http2ErrCodeProtocol))
		h2_bundle.go#L5749: 		return sc.countError("headers_even", http2ConnectionError(http2ErrCodeProtocol))
		h2_bundle.go#L5777: 		return sc.countError("stream_went_down", http2ConnectionError(http2ErrCodeProtocol))
		h2_bundle.go#L5881: 		return sc.countError("dup_trailers", http2ConnectionError(http2ErrCodeProtocol))
		h2_bundle.go#L6132: 		return sc.countError("too_many_early_resets", http2ConnectionError(http2ErrCodeEnhanceYourCalm))
		h2_bundle.go#L7107: 	case http2ConnectionError:
		h2_bundle.go#L9235: 	if ce, ok := cc.readerErr.(http2ConnectionError); ok {
		h2_bundle.go#L9309: 	if ce, ok := err.(http2ConnectionError); ok {
		h2_bundle.go#L9364: 				return http2ConnectionError(http2ErrCodeProtocol)
		h2_bundle.go#L9432: 		if _, ok := err.(http2ConnectionError); ok {
		h2_bundle.go#L9584: 		return http2ConnectionError(http2ErrCodeProtocol)
		h2_bundle.go#L9590: 		return http2ConnectionError(http2ErrCodeProtocol)
		h2_bundle.go#L9595: 		return http2ConnectionError(http2ErrCodeProtocol)
		h2_bundle.go#L9718: 			return http2ConnectionError(http2ErrCodeProtocol)
		h2_bundle.go#L9732: 				return http2ConnectionError(http2ErrCodeFlowControl)
		h2_bundle.go#L9772: 			return http2ConnectionError(http2ErrCodeFlowControl)
		h2_bundle.go#L9905: 		return http2ConnectionError(http2ErrCodeProtocol)
		h2_bundle.go#L9924: 				return http2ConnectionError(http2ErrCodeFlowControl)
		h2_bundle.go#L9978: 		return http2ConnectionError(http2ErrCodeFlowControl)
		h2_bundle.go#L10077: 	return http2ConnectionError(http2ErrCodeProtocol)